Skip to content

Deployment

Preparation

Before deploying, make sure you have installed:

  1. Git
  2. Bun

Deployment:

  1. First, clone the repository https://codeberg.org/Better_Look_Next_Time/Pandora.git with the command
sh
git clone https://codeberg.org/Better_Look_Next_Time/Pandora.git
  1. After that, navigate to the directory using the cd command

  2. Install dependencies

sh
# In the root of the directory
bun install

# For backend
cd backend/ & bun install

# For frontend
cd frontend/ & bun install
  1. After that, start Pandora:
sh
bun run dev

And go to http://localhost:3000